"text stroke"
Bootstrap 4.1.1 Snippet by SANTANU CHOWDHURY

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="col-md-12">
<div class="services-list-area">
<div class="service-list">
<h2 id="s_es">Thought Leadership</h2>
<div class="service-list-fill">
<h3>Thought Leadership</h3>
</div>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.services-list-area {
position: relative;
display: inline-block;
}
.services-list-area:hover {
cursor: pointer;
}
.service-list {
position: relative;
margin-bottom: 40px;
}
h2 {
text-transform: uppercase;
font-size: 50px;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #e3d6ce;
color: rgba(255, 255, 255, 0);
line-height: 0.8;
letter-spacing: 3px;
font-family: 'Clash Display', sans-serif;
margin: 0px;
font-weight: 600;
margin-bottom: 5px;
}
.service-list .service-list-fill {
position: absolute;
top: auto;
left: 0;
right: 0;
bottom: 0;
height: 100%;
overflow: hidden;
transition: all 600ms;
}
.service-list .service-list-fill h3 {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: